Android/Android MCQ Questions and Answers Sample Test,Sample questions

Question:
  In which year OHA (Open Handset Alliance) is announced?

1.2005

2.2007

3.2006

4.None of the above

Posted Date:-2022-08-12 12:43:56


Question:
 All layout classes are the subclasses of -

1.andandroid.view.View

2.android.view.ViewGroup

3.android.widget

4.None of the above

Posted Date:-2022-08-12 12:35:10


Question:
 Android Is Based On Which Kernal

1.Linux

2.Windows

3.Mac

4.Redhat

Posted Date:-2022-08-12 11:55:38


Question:
 Android Is Developed By

1. Apple

2.Microsoft

3.Google

4.Android Inc

Posted Date:-2022-08-12 11:27:01


Question:
 Android tries hard to ______________ low-level components, such as the software stack, with interfaces so that vendor-specific code can be managed easily.

1. confound

2.absract

3.modularize

4.compound

Posted Date:-2022-08-12 13:23:25


Question:
 ANR in android stands for -

1.Application Not Reacting

2.Application Not Responding

3.Application Not Rendering

4.None of the above

Posted Date:-2022-08-12 12:37:44


Question:
 What Is LastKnownLocation In Android?

1.To Find The Last Location Of A Phone

2.To Find Known Location Of A Phone

3.To Find The Last Known Location Of A Phone.

4.None of the above

Posted Date:-2022-08-12 11:48:09


Question:
 What is Manifest.xml in android?

1. It has information about layout in an application

2.It has all the information about an application

3. It has the information about activities in an application

4.None of the above

Posted Date:-2022-08-12 12:06:39


Question:
 What is Pending Intent in android?

1.It is a kind of an intent

2.It is used to pass the data between activities

3. It will fire at a future point of time

4.None of the Above

Posted Date:-2022-08-12 12:53:14


Question:
 What is the difference between content values and cursor in android SQlite?

1.Content values are key pair values, which are updated or inserted in the database

2. Cursor is used to store the temporary result.

3.A & B

4.Cursor is used to store data permanently.

Posted Date:-2022-08-12 12:57:17


Question:
 What is the nine-patch images tool in android?

1. It is an image extension tool.

2.It is used to change the bitmap images into nine sections

3.Both (a) and (b)

4.None of the above

Posted Date:-2022-08-12 12:28:21


Question:
 Which Code Used By Android Is Not A Open Source.

1. Video Driver

2. WiFi Driver

3.Device Driver

4.Bluetooth Driver

Posted Date:-2022-08-12 11:31:35


Question:
 Which of the following android component displays the part of an activity on screen?

1. View

2.Manifest

3.Intent

4.Fragment

Posted Date:-2022-08-12 12:45:22


Question:
 Which Of The Following Does Not Belong To Transitions?
 
 
 
 

1.ViewFlipper

2.ViewAnimator

3.ViewSwitcher

4.ViewSlider

Posted Date:-2022-08-12 11:34:27


Question:
 Which of the following is not a state in the service lifecycle?


Start
Paused

1.Destroyed

2.Start

3.Paused

4.Destroyed

Posted Date:-2022-08-12 12:49:37


Question:
 Which of the following method is used by services to clean up any services?

1. onStop() method

2.stopService() method

3.onDestroy() method

4.stopSelf() method

Posted Date:-2022-08-12 12:36:20


Question:
Action Bar Can Be Associated To

1.Only Fragments

2. Only Activities

3.Both Activities And Fragments

4.None Of The Above

Posted Date:-2022-08-12 11:54:48


Question:
Adb Stands For

1. Android Debug Bridge.

2.Android Drive Bridge

3. Android Delete Bridge

4. Android Destroy Bridge.

Posted Date:-2022-08-12 11:56:48


Question:
Although most people’s first thought when they think of Android is Google, Android is not actually owned by Google. Who owns the Android platform?

1.oracle technology

2.dalvik

3.open handset alliance

4.the above statement is and android is owned by google

Posted Date:-2022-08-12 13:17:07


Question:
Android is -

1.an operating system

2.a web browser

3.a web server

4.None of These

Posted Date:-2022-08-12 12:24:47


Question:
Android Web Browser Is Based On
 
 
 
 

1.Chrome

2.Open-source Webkit

3.Safari

4.Firefox

Posted Date:-2022-08-12 11:27:54


Question:
Data can be read from local source XML in android through

1.XML resource parser

2.XML pull parsing

3.DOM parsing

4. None of the above

Posted Date:-2022-08-12 13:00:47


Question:
From a phone manufacturer’s point of view, what makes Android so great?

1.aside from some specific drivers, it provides everything to make a phone work

2. it makes the hardware work better

3.it allows them to compete with apple’s iphone

4. it allows users to create apps, generating revenue for the companies

Posted Date:-2022-08-12 13:19:59


Question:
GCM in android stands for -

1.Google Cloud Messaging

2.Google Count Messaging

3.Google Center Messaging

4.None of these

Posted Date:-2022-08-12 12:27:09


Question:
How Many Levels Of Securities Are In Android?

1. Android Level Security

2.App And Kernel Level Security

3.Java Level Security

4.None Of The Above

Posted Date:-2022-08-12 11:33:35


Question:
How many orientations does android support?

1.4

2.10

3.2

4.None of the above

Posted Date:-2022-08-12 13:01:37


Question:
How many ports are allocated for new emulator?

1.2

2.0

3.10

4.None of the above

Posted Date:-2022-08-12 12:59:38


Question:
In Which Directory XML Layout Files Are Stored

1. /assets

2./src

3./res/values

4. /res/layout

Posted Date:-2022-08-12 11:30:29


Question:
In which technique, we can refresh the dynamic content in android?
 
 
 

1.Ajax

2.Java

3.Android

4.None of These

Posted Date:-2022-08-12 12:07:39


Question:
Is it possible activity without UI in android?

1.No, it's not possible

2.Yes,it's possible

3.We can't say

4.None of the above

Posted Date:-2022-08-12 13:04:38


Question:
Jelly Bean is an incremental update, with the primary aim of improving the .............

1.functionality

2.user interface

3.performance

4.All of the above

Posted Date:-2022-08-12 12:17:56


Question:
View Pager Is Used For
 
 
 
 

1.Swiping Activities

2.Swiping Fragments

3.Paging Down List Items

4.View Pager Is Not Supported By Android SDK

Posted Date:-2022-08-12 11:44:41


Question:
What Are The Functionalities In AsyncTask In Android?

1. OnPreExecution()

2.OnPostExecution()

3.DoInBackground()

4.OnProgressUpdate()

Posted Date:-2022-08-12 11:35:26


Question:
What Does AAPT Stands For?

1.Android Asset Processing Tool

2. Android Asset Providing Tool.

3.Android Asset Packaging Tool.

4. Android Asset Packaging Technique

Posted Date:-2022-08-12 11:36:28


Question:
What is an interface in android?

1. Interface is a class.

2. Interface acts as a bridge between class and the outside world.

3.Interface is a layout file

4.None of the above

Posted Date:-2022-08-12 12:09:10


Question:
What is anchor view?

1. Same as list view

2.provides the information on respective relative positions

3.Same as relative layout

4.None of the above

Posted Date:-2022-08-12 13:06:37


Question:
What is APK in android?

1.Android pack

2.Android packages

3. Android Package Kit

4.None of These

Posted Date:-2022-08-12 12:10:39


Question:
What Is JNI In Android?

1. Java Interface

2.Java Native Interface

3.Java Network Interface

4. Image Editable Tool

Posted Date:-2022-08-12 11:45:52


Question:
What is Manifest.xml in android?

1. It has information about layout in an application

2.It has the information about activities in an application

3. It has all the information about an application

4.None of the above

Posted Date:-2022-08-12 12:54:24


Question:
What is the 9 patch tool in android?

1.Using with tool, we can redraw images in 9 sections.

2.image extension tool

3. image editable tool

4.Device features

Posted Date:-2022-08-12 12:58:33


Question:
What is the default value of the orientation attribute in LinearLayout?




None of the above

1.Horizontal

2.Vertical

3.There is no default value of orientation attribute in LinearLayout

4.None of the above

Posted Date:-2022-08-12 12:29:12


Question:
What is the difference between services and thread in android?

1.Services performs functionalities in the background. By default services run on main thread only

2.Thread and services are having same functionalities.

3.Thread works on services

4.None of the above

Posted Date:-2022-08-12 12:55:49


Question:
What is the latest version of android?

1.Android 8

2.Android 9

3.Android 10

4.Android 11

Posted Date:-2022-08-12 12:20:20


Question:
What is the name of the program that converts Java byte code into Dalvik byte code?

1.Dex compiler

2.Dalvik Converter

3.Android Interpretive Compiler (AIC)

4.Mobile Interpretive Compiler (MIC)

Posted Date:-2022-08-12 12:16:20


Question:
What was the first phone released that ran the Android OS?

1. google gphone

2.t-mobile g1

3.motorola droid

4. htc hero

Posted Date:-2022-08-12 13:18:58


Question:
Which Broadcast In Android Includes Information About Battery State Leve

1.Android.intent.action.BATTERY_CHANGED

2.Android.intent.action.BATTERY_LOW

3.Android.intent.action.BATTERY_OKAY

4.Android.intent.action.CALL_BUTTON

Posted Date:-2022-08-12 11:43:22


Question:
Which Media Format Is Not Supported By Android
 
 
 
 

1.MP4

2.AVI

3.MIDI

4.MPEG

Posted Date:-2022-08-12 11:29:36


Question:
Which of the following android version is named Jelly Bean?

3.1
2.1

1.3.1

2.2.1

3.1.1

4.4.1

Posted Date:-2022-08-12 12:41:41


Question:
Which of the following class in android executes the task asynchronously with your service?

1.SyncTask

2.AsyncTask

3.Both of the above

4.None of the above

Posted Date:-2022-08-12 12:32:21


Question:
Which of the following layout in android aligns all children either vertically or horizontally?

1. RelativeLayout

2.TableLayout

3.FrameLayout

4.LinearLayout

Posted Date:-2022-08-12 12:30:05


Question:
Which of the following layout in android arranges its children into rows and columns?

1.RelativeLayout

2.TableLayout

3.FrameLayout

4.None of the above

Posted Date:-2022-08-12 12:31:06


Question:
Which Programming Language Is Used For Android Application Development?

1.NodeJs

2.PHP

3.JSX

4.Java

Posted Date:-2022-08-12 11:49:09


More MCQS

  1. Android Mcq Question
  2. ANDROID Multiple Choice Question
  3. Android MCQ Questions and Answers
  4. Android Programming MCQ Set 1
  5. Android Programming MCQ Set 2
  6. Android Programming MCQ Set 3
  7. Android Programming MCQ Set 4
  8. Android Programming MCQ Set 5
Search
R4R Team
R4Rin Top Tutorials are Core Java,Hibernate ,Spring,Sturts.The content on R4R.in website is done by expert team not only with the help of books but along with the strong professional knowledge in all context like coding,designing, marketing,etc!